Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1718 bool IsDecl = !VD || VD->isThisDeclarationADefinition(Context) == in rejectConstNotMutableType() local
3111 bool IsDecl = in ActOnOpenMPIdExpression() local
3128 bool IsDecl = in ActOnOpenMPIdExpression() local
3143 bool IsDecl = in ActOnOpenMPIdExpression() local
3160 bool IsDecl = in ActOnOpenMPIdExpression() local
3174 bool IsDecl = in ActOnOpenMPIdExpression() local
3274 bool IsDecl = in CheckOMPThreadPrivateDecl() local
3292 bool IsDecl = in CheckOMPThreadPrivateDecl() local
3476 bool IsDecl = VD->isThisDeclarationADefinition(getASTContext()) == in ActOnOpenMPAllocateDirective() local
17784 bool IsDecl = !VD || VD->isThisDeclarationADefinition(getASTContext()) == in ActOnOpenMPPrivateClause() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1500 bool IsDecl, ArrayRef<Metadata *> Ops) in DIModule()
1509 unsigned LineNo, bool IsDecl, StorageType Storage, in getImpl()
H A DDIBuilder.cpp1055 DIFile *File, unsigned LineNo, bool IsDecl) { in createModule()