Searched refs:DeclVisitorFn (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DASTUnit.h672 typedef bool (*DeclVisitorFn)(void *context, const Decl *D); typedef in class:clang::ASTUnit
678 bool visitLocalTopLevelDecls(void *context, DeclVisitorFn Fn);
/external/clang/lib/Frontend/
H A DASTUnit.cpp2790 bool ASTUnit::visitLocalTopLevelDecls(void *context, DeclVisitorFn Fn) {

Completed in 519 milliseconds