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,
51 const clang::CompilerInstance *cip,
56 const clang::CompilerInstance *cip);
Dabi_wrappers.cpp61 const clang::CompilerInstance *cip, in ABIWrapper() argument
64 : cip_(cip), in ABIWrapper()
71 const clang::CompilerInstance *cip, in GetDeclSourceFile() argument
73 clang::SourceManager &sm = cip->getSourceManager(); in GetDeclSourceFile()
87 const clang::Decl *decl, const clang::CompilerInstance *cip) { in GetCachedDeclSourceFile() argument
91 return GetDeclSourceFile(decl, cip, ast_caches_->root_dir_); in GetCachedDeclSourceFile()