OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFromASTFile
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclContextInternals.h
156
erase_if([](NamedDecl *ND) { return ND->
isFromASTFile
(); });
166
if (ND->
isFromASTFile
())
DeclBase.h
364
(!D->
isFromASTFile
() || D->hasLocalOwningModuleStorage()))
645
assert(
isFromASTFile
() && "Only works on a deserialized declaration");
716
bool
isFromASTFile
() const { return FromASTFile; }
721
if (
isFromASTFile
())
729
if (
isFromASTFile
())
744
if (!
isFromASTFile
() || !hasOwningModule())
753
if (
isFromASTFile
() || !hasOwningModule())
761
assert(!
isFromASTFile
() && hasOwningModule() &&
774
return
isFromASTFile
() ? getImportedOwningModule() : getLocalOwningModule();
808
MOK != ModuleOwnershipKind::Unowned && !
isFromASTFile
() &
[
all
...]
Redeclarable.h
320
if (!D->
isFromASTFile
())
329
if (!D->
isFromASTFile
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp
275
if (Existing->
isFromASTFile
() && New->
isFromASTFile
())
SemaTemplateInstantiateDecl.cpp
4759
if (PatternDecl->
isFromASTFile
())
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3135
if (!M->getMethod()->
isFromASTFile
())
3140
if (!M->getMethod()->
isFromASTFile
())
3232
if (!LangOpts.Modules || !D->
isFromASTFile
())
3239
if (!Redecl->
isFromASTFile
()) {
3256
if (!First->
isFromASTFile
())
3645
if (!getDeclForLocalLookup(getLangOpts(), D)->
isFromASTFile
())
3839
Chain->getKeyDeclaration(cast<Decl>(DC))->
isFromASTFile
()) {
3843
if (!Prev->
isFromASTFile
())
3877
if (!ND->
isFromASTFile
())
4503
if (!D->
isFromASTFile
()) {
[
all
...]
ASTWriterDecl.cpp
181
if (R->
isFromASTFile
())
255
if (!Template->
isFromASTFile
())
325
if (!NS->
isFromASTFile
())
1252
if (Parent->
isFromASTFile
() || isa<TranslationUnitDecl>(Parent)) {
1811
if (!Prev->
isFromASTFile
())
2397
assert(!D->
isFromASTFile
() && "should not be emitting imported decl");
ASTReaderDecl.cpp
766
if (!D->
isFromASTFile
() && D->isCompleteDefinition()) {
3344
if (Found->
isFromASTFile
())
3395
if (PrimaryDC && !cast<Decl>(PrimaryDC)->
isFromASTFile
()) {
ASTReader.cpp
7318
if (!D->
isFromASTFile
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp
187
if (!I->
isFromASTFile
()) {
202
if (D->
isFromASTFile
())
CGDebugInfo.cpp
2290
if (!RD || !RD->
isFromASTFile
())
2312
if (!CXXDecl->field_begin()->
isFromASTFile
())
2564
if (DebugTypeExtRefs && ID->
isFromASTFile
() && ID->getDefinition() &&
3059
DebugTypeExtRefs && ED->
isFromASTFile
() && ED->getDefinition();
3261
if (DebugTypeExtRefs && D->
isFromASTFile
()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
115
assert(
isFromASTFile
() && "Not from AST file?");
343
if (!
isFromASTFile
()) {
1535
if (!D->
isFromASTFile
()) {
1612
(!ND->
isFromASTFile
() ||
TextNodeDumper.cpp
259
if (D->
isFromASTFile
())
Decl.cpp
1739
if (OldD->
isFromASTFile
() &&
isFromASTFile
())
ASTContext.cpp
1664
assert(!Import->
isFromASTFile
() && "Non-local import declaration");
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
635
if (D->
isFromASTFile
())
ASTReader.h
1253
if (D->
isFromASTFile
())
1269
if (D->
isFromASTFile
())
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
2392
if (D->
isFromASTFile
())
Completed in 62 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026