Home
last modified time | relevance | path

Searched refs:getMapLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3807 OldC->isImplicitMapType(), OldC->getMapLoc(), OldC->getColonLoc(), in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10847 C->getMapLoc(), C->getColonLoc(), Vars, Locs, UnresolvedMappers); in TransformOMPMapClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6093 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7840 const Expr *E = (C->getMapLoc().isValid()) ? *EI : nullptr; in generateAllInfoForClauses()
8544 const Expr *E = (C->getMapLoc().isValid()) ? *EI : nullptr; in generateInfoForCapture()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7529 Record.AddSourceLocation(C->getMapLoc()); in VisitOMPMapClause()