Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.h171 bool IsDecl = false);
178 bool IsDecl = false);
H A DTransforms.cpp119 ASTContext &Ctx, bool IsDecl) { in findLocationAfterSemi() argument
120 SourceLocation SemiLoc = findSemiAfterLocation(loc, Ctx, IsDecl); in findLocationAfterSemi()
132 bool IsDecl) { in findSemiAfterLocation() argument
158 if (!IsDecl) in findSemiAfterLocation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp1898 bool IsDecl = in ActOnOpenMPIdExpression() local
1915 bool IsDecl = in ActOnOpenMPIdExpression() local
1930 bool IsDecl = in ActOnOpenMPIdExpression() local
1946 bool IsDecl = in ActOnOpenMPIdExpression() local
1960 bool IsDecl = in ActOnOpenMPIdExpression() local
2055 bool IsDecl = in CheckOMPThreadPrivateDecl() local
2073 bool IsDecl = in CheckOMPThreadPrivateDecl() local
9875 bool IsDecl = in ActOnOpenMPPrivateClause() local
10148 bool IsDecl = in ActOnOpenMPFirstprivateClause() local
11556 bool IsDecl = in CheckOpenMPLinearDecl() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp412 bool update(TPResult IsDecl) { in update()
413 switch (IsDecl) { in update()