Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3436 OldC->getMapLoc(), OldC->getColonLoc(), NewVars, Locs); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h9880 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5686 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6418 Record.AddSourceLocation(C->getMapLoc()); in VisitOMPMapClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8369 const Expr *E = (C->getMapLoc().isValid()) ? *EI : nullptr; in generateAllInfoForClauses()
8920 const Expr *E = (C->getMapLoc().isValid()) ? *EI : nullptr; in generateInfoForCapture()