OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDSuffixLoc
(Results
1 - 2
of
2
) sorted by relevancy
/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/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
...]
Completed in 21 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026