OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFromASTFile
(Results
1 - 19
of
19
) sorted by null
/external/clang/include/clang/AST/
DeclContextInternals.h
129
if (Singleton->
isFromASTFile
())
134
std::mem_fun(&Decl::
isFromASTFile
)),
Redeclarable.h
257
if (!D->
isFromASTFile
())
266
if (!D->
isFromASTFile
())
DeclBase.h
576
assert(
isFromASTFile
() && "Only works on a deserialized declaration");
630
bool
isFromASTFile
() const { return FromASTFile; }
635
if (
isFromASTFile
())
643
if (
isFromASTFile
())
658
if (!
isFromASTFile
())
667
if (
isFromASTFile
() || !Hidden)
672
assert(!
isFromASTFile
() && Hidden && hasLocalOwningModuleStorage() &&
[
all
...]
Decl.h
241
assert((!Hide ||
isFromASTFile
() || hasLocalOwningModuleStorage()) &&
[
all
...]
/external/clang/include/clang/Lex/
MacroInfo.h
269
bool
isFromASTFile
() const { return FromASTFile; }
279
if (
isFromASTFile
())
291
assert(
isFromASTFile
());
/external/clang/lib/Sema/
IdentifierResolver.cpp
271
if (Existing->
isFromASTFile
() && New->
isFromASTFile
())
SemaLookup.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTWriter.cpp
[
all
...]
ASTWriterDecl.cpp
169
if (R->
isFromASTFile
())
243
if (!Template->
isFromASTFile
())
307
if (!NS->
isFromASTFile
())
[
all
...]
ASTReaderDecl.cpp
642
if (!D->
isFromASTFile
() && D->isCompleteDefinition()) {
[
all
...]
ASTReader.cpp
[
all
...]
/external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp
167
if (!I->
isFromASTFile
()) {
CGDebugInfo.cpp
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
94
assert(
isFromASTFile
() && "Not from AST file?");
[
all
...]
Decl.cpp
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/include/clang/Serialization/
ASTReader.h
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
Completed in 340 milliseconds