Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclarationName.h689 void setCXXLiteralOperatorNameLoc(SourceLocation Loc) { in setCXXLiteralOperatorNameLoc() function
751 DNL.setCXXLiteralOperatorNameLoc(Loc); in makeCXXLiteralOperatorNameLoc()
841 void setCXXLiteralOperatorNameLoc(SourceLocation Loc) { in setCXXLiteralOperatorNameLoc() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclarationName.cpp401 setCXXLiteralOperatorNameLoc(SourceLocation()); in DeclarationNameLoc()
DASTImporter.cpp1757 To.setCXXLiteralOperatorNameLoc(*LocOrErr); in ImportDeclarationNameLoc()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1781 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in BuildCookedLiteralOperatorCall()
1883 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnStringLiteral()
3735 OpNameInfo.setCXXLiteralOperatorNameLoc(UDSuffixLoc); in ActOnNumericConstant()
DSemaDecl.cpp5437 NameInfo.setCXXLiteralOperatorNameLoc(Name.EndLocation); in GetNameFromUnqualifiedId()