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
479
bool
isMainFileAST
() const { return MainFileIsAST; }
540
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
547
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
554
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
559
assert(!
isMainFileAST
() && "Invalid call for AST based ASTUnit!");
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
/external/clang/tools/libclang/
CIndex.cpp
429
= !AU->
isMainFileAST
() && AU->getOnlyLocalDecls();
520
if (!CXXUnit->
isMainFileAST
() && CXXUnit->getOnlyLocalDecls() &&
[
all
...]
Completed in 57 milliseconds