Home
last modified time | relevance | path

Searched defs:IsDecl (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.h132 bool IsDecl = false; global() member
H A DClangdLSPServer.cpp1469 bool IsDecl = onReference() local
/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp118 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi()
131 bool IsDecl) { in findSemiAfterLocation()
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1741 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == rejectConstNotMutableType() local
3126 bool IsDecl = ActOnOpenMPIdExpression() local
3143 bool IsDecl = ActOnOpenMPIdExpression() local
3158 bool IsDecl = ActOnOpenMPIdExpression() local
3175 bool IsDecl = ActOnOpenMPIdExpression() local
3189 bool IsDecl = ActOnOpenMPIdExpression() local
3287 bool IsDecl = CheckOMPThreadPrivateDecl() local
3305 bool IsDecl = CheckOMPThreadPrivateDecl() local
3489 bool IsDecl = VD->isThisDeclarationADefinition(getASTContext()) == ActOnOpenMPAllocateDirective() local
17651 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == ActOnOpenMPPrivateClause() local
17926 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == ActOnOpenMPFirstprivateClause() local
18084 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == ActOnOpenMPLastprivateClause() local
18993 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == actOnOMPReductionKindClause() local
19006 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == actOnOMPReductionKindClause() local
19204 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == actOnOMPReductionKindClause() local
19555 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == CheckOpenMPLinearDecl() local
19841 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == ActOnOpenMPAlignedClause() local
20046 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == ActOnOpenMPCopyprivateClause() local
[all...]
/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1231 DIModule(LLVMContext & Context,StorageType Storage,unsigned LineNo,bool IsDecl,ArrayRef<Metadata * > Ops) DIModule() argument
1240 getImpl(LLVMContext & Context,Metadata * File,Metadata * Scope,MDString * Name,MDString * ConfigurationMacros,MDString * IncludePath,MDString * APINotesFile,unsigned LineNo,bool IsDecl,StorageType Storage,bool ShouldCreate) getImpl() argument
H A DDIBuilder.cpp935 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2821 bool IsDecl = true; TEST_F() local
[all...]