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
440
bool
isMainFileAST
() const { return MainFileIsAST; }
496
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
503
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
510
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
515
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
410
= !AU->
isMainFileAST
() && AU->getOnlyLocalDecls();
501
if (!CXXUnit->
isMainFileAST
() && CXXUnit->getOnlyLocalDecls() &&
[
all
...]
Completed in 365 milliseconds