Searched defs:IsDecl (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Transforms.cpp | 117 findLocationAfterSemi(SourceLocation loc,ASTContext & Ctx,bool IsDecl) findLocationAfterSemi() argument 130 findSemiAfterLocation(SourceLocation loc,ASTContext & Ctx,bool IsDecl) findSemiAfterLocation() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 1737 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == rejectConstNotMutableType() local 3090 bool IsDecl = ActOnOpenMPIdExpression() local 3107 bool IsDecl = ActOnOpenMPIdExpression() local 3122 bool IsDecl = ActOnOpenMPIdExpression() local 3138 bool IsDecl = ActOnOpenMPIdExpression() local 3152 bool IsDecl = ActOnOpenMPIdExpression() local 3248 bool IsDecl = CheckOMPThreadPrivateDecl() local 3266 bool IsDecl = CheckOMPThreadPrivateDecl() local 3451 bool IsDecl = VD->isThisDeclarationADefinition(Context) == ActOnOpenMPAllocateDirective() local 18370 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == ActOnOpenMPPrivateClause() local 18643 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == ActOnOpenMPFirstprivateClause() local 18800 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == ActOnOpenMPLastprivateClause() local 19706 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == actOnOMPReductionKindClause() local 19719 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == actOnOMPReductionKindClause() local 19917 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == actOnOMPReductionKindClause() local 20265 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == CheckOpenMPLinearDecl() local 20549 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == ActOnOpenMPAlignedClause() local 20751 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == ActOnOpenMPCopyprivateClause() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 1221 DIModule(LLVMContext & Context,StorageType Storage,unsigned LineNo,bool IsDecl,ArrayRef<Metadata * > Ops) DIModule() argument 1230 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 | 908 createModule(DIScope * Scope,StringRef Name,StringRef ConfigurationMacros,StringRef IncludePath,StringRef APINotesFile,DIFile * File,unsigned LineNo,bool IsDecl) createModule() argument
|