OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMainFileAST
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Frontend/
ASTUnit.h
494
bool
isMainFileAST
() const { return MainFileIsAST; }
555
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
562
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
569
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
574
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
430
= !AU->
isMainFileAST
() && AU->getOnlyLocalDecls();
521
if (!CXXUnit->
isMainFileAST
() && CXXUnit->getOnlyLocalDecls() &&
[
all
...]
Completed in 216 milliseconds