Home
last modified time | relevance | path

Searched refs:ActOnSourceLocExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2726 Res = Actions.ActOnSourceLocExpr(Kind, StartLoc, ConsumeParen()); in ParseBuiltinPrimaryExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5561 ExprResult ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15915 ExprResult Sema::ActOnSourceLocExpr(SourceLocExpr::IdentKind Kind, in ActOnSourceLocExpr() function in Sema