Searched refs:BuildLiteralOperatorCall (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp1492 return S.BuildLiteralOperatorCall(R, OpNameInfo, Args, LitEndLoc);
1589 return BuildLiteralOperatorCall(R, OpNameInfo, Args, StringTokLocs.back());
1609 return BuildLiteralOperatorCall(R, OpNameInfo, None, StringTokLocs.back(),
3124 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3138 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
3156 return BuildLiteralOperatorCall(R, OpNameInfo, None, TokLoc,
H A DSemaOverload.cpp11956 /// BuildLiteralOperatorCall - Build a UserDefinedLiteral by creating a call to
11958 ExprResult Sema::BuildLiteralOperatorCall(LookupResult &R, function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h3435 ExprResult BuildLiteralOperatorCall(LookupResult &R,

Completed in 2178 milliseconds