OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UDSuffixLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
1756
SourceLocation
UDSuffixLoc
,
1770
DeclarationNameInfo OpNameInfo(OpName,
UDSuffixLoc
);
1771
OpNameInfo.setCXXLiteralOperatorNameLoc(
UDSuffixLoc
);
1773
LookupResult R(S, OpName,
UDSuffixLoc
, Sema::LookupOrdinaryName);
1858
SourceLocation
UDSuffixLoc
=
1864
return ExprError(Diag(
UDSuffixLoc
, diag::err_invalid_string_udl));
1872
DeclarationNameInfo OpNameInfo(OpName,
UDSuffixLoc
);
1873
OpNameInfo.setCXXLiteralOperatorNameLoc(
UDSuffixLoc
);
1879
LookupResult R(*this, OpName,
UDSuffixLoc
, LookupOrdinaryName);
3570
SourceLocation
UDSuffixLoc
[
all
...]
SemaOverload.cpp
14843
SourceLocation
UDSuffixLoc
= SuffixInfo.getCXXLiteralOperatorNameLoc();
14845
OverloadCandidateSet CandidateSet(
UDSuffixLoc
,
14855
switch (CandidateSet.BestViableFunction(*this,
UDSuffixLoc
, Best)) {
14862
PartialDiagnosticAt(
UDSuffixLoc
,
14902
VK, LitEndLoc,
UDSuffixLoc
, CurFPFeatureOverrides());
14904
if (CheckCallReturnType(FD->getReturnType(),
UDSuffixLoc
, UDL, FD))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprCXX.h
643
SourceLocation
UDSuffixLoc
;
710
SourceLocation getUDSuffixLoc() const { return
UDSuffixLoc
; }
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
881
UDSuffixLoc
(SuffixLoc) {}
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp
1794
E->
UDSuffixLoc
= readSourceLocation();
ASTWriterStmt.cpp
1692
Record.AddSourceLocation(E->
UDSuffixLoc
);
Completed in 107 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026