Searched defs:ALoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/unittests/Analysis/ |
H A D | AliasAnalysisTest.cpp | 285 MemoryLocation ALoc(A, LocationSize::precise(1)); in TEST_F() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1038 OMPDefaultClause(llvm::omp::DefaultKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPDefaultClause() argument 1120 OMPProcBindClause(llvm::omp::ProcBindKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPProcBindClause() argument 1360 OMPAtomicDefaultMemOrderClause(OpenMPAtomicDefaultMemOrderClauseKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPAtomicDefaultMemOrderClause() argument 1445 OMPAtClause(OpenMPAtClauseKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPAtClause() argument 1524 OMPSeverityClause(OpenMPSeverityClauseKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc) OMPSeverityClause() argument 7900 OMPOrderClause(OpenMPOrderClauseKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPOrderClauseModifier Modifier,SourceLocation MLoc) OMPOrderClause() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 243 SourceLocation ALoc = A->getLoc(); in getPosAsWritten() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 3409 auto &ALoc = getLocForDecl<StorageLocation>(ASTCtx, Env, "a"); TEST() local
|