Searched defs:IsDecl (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ |
H A D | FindTarget.h | 132 bool IsDecl = false; global() member
|
H A D | ClangdLSPServer.cpp | 1469 bool IsDecl = onReference() local
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 118 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() 131 bool IsDecl) { in findSemiAfterLocation()
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1741 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 D | DebugInfoMetadata.cpp | 1231 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 D | DIBuilder.cpp | 935 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 D | MetadataTest.cpp | 2821 bool IsDecl = true; TEST_F() local [all...] |