Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp285 MemoryLocation ALoc(A, LocationSize::precise(1)); in TEST_F() local
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1038 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 DDeclPrinter.cpp243 SourceLocation ALoc = A->getLoc(); in getPosAsWritten() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3409 auto &ALoc = getLocForDecl<StorageLocation>(ASTCtx, Env, "a"); TEST() local