OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttrLoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp
203
getAttrLoc
(const AttrInfo &AL) {
206
static SourceLocation
getAttrLoc
(const ParsedAttr &AL) { return AL.getLoc(); }
221
S.Diag(
getAttrLoc
(AI), diag::err_attribute_argument_n_type)
225
S.Diag(
getAttrLoc
(AI), diag::err_attribute_argument_type)
237
S.Diag(
getAttrLoc
(AI), diag::err_attribute_requires_positive_integer)
312
S.Diag(
getAttrLoc
(AI), diag::err_attribute_argument_n_type)
320
S.Diag(
getAttrLoc
(AI), diag::err_attribute_argument_out_of_bounds)
326
S.Diag(
getAttrLoc
(AI), diag::err_attribute_invalid_implicit_this_argument)
5102
S.Diag(
getAttrLoc
(AL), diag::err_attribute_argument_out_of_range)
TreeTransform.h
7339
return getDerived().RebuildAttributedStmt(S->
getAttrLoc
(), Attrs,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1880
SourceLocation
getAttrLoc
() const { return AttributedStmtBits.AttrLoc; }
1888
SourceLocation getBeginLoc() const { return
getAttrLoc
(); }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
130
Record.AddSourceLocation(S->
getAttrLoc
());
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
6183
ExpectedSLoc ToAttrLocOrErr = import(S->
getAttrLoc
());
Completed in 51 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026