OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAttrLoc
(Results
1 - 2
of
2
) sorted by relevancy
/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/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)
Completed in 24 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026