Home
last modified time | relevance | path

Searched refs:cip (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.h45 const clang::CompilerInstance *cip,
50 const clang::CompilerInstance *cip);
57 const clang::CompilerInstance *cip);
Dabi_wrappers.cpp37 const clang::CompilerInstance *cip, in ABIWrapper() argument
40 : cip_(cip), in ABIWrapper()
47 const clang::Decl *decl, const clang::CompilerInstance *cip) { in GetCachedDeclSourceFile() argument
51 return GetDeclSourceFile(decl, cip); in GetCachedDeclSourceFile()
145 const clang::CompilerInstance *cip) { in GetDeclSourceFile() argument
146 clang::SourceManager &sm = cip->getSourceManager(); in GetDeclSourceFile()