Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp118 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi()
131 bool IsDecl) { in findSemiAfterLocation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1742 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == in rejectConstNotMutableType() local
3127 bool IsDecl = in ActOnOpenMPIdExpression() local
3144 bool IsDecl = in ActOnOpenMPIdExpression() local
3159 bool IsDecl = in ActOnOpenMPIdExpression() local
3176 bool IsDecl = in ActOnOpenMPIdExpression() local
3190 bool IsDecl = in ActOnOpenMPIdExpression() local
3288 bool IsDecl = in CheckOMPThreadPrivateDecl() local
3306 bool IsDecl = in CheckOMPThreadPrivateDecl() local
3490 bool IsDecl = VD->isThisDeclarationADefinition(getASTContext()) == in ActOnOpenMPAllocateDirective() local
17165 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == in ActOnOpenMPPrivateClause() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1231 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule()
1240 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl()
H A DDIBuilder.cpp935 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule()