OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttrLoc
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
TypeLoc.h
615
SourceLocation
AttrLoc
;
654
return getLocalData()->
AttrLoc
;
657
getLocalData()->
AttrLoc
= loc;
[
all
...]
/external/clang/include/clang/Sema/
AttributeList.h
59
SourceLocation
AttrLoc
;
117
AttributeList(IdentifierInfo *attrName, SourceLocation
attrLoc
,
123
AttrLoc
(
attrLoc
), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
131
AttributeList(IdentifierInfo *attrName, SourceLocation
attrLoc
,
140
AttrLoc
(
attrLoc
), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
252
SourceLocation getLoc() const { return
AttrLoc
; }
443
AttributeList *create(IdentifierInfo *attrName, SourceLocation
attrLoc
,
450
return add(new (memory) AttributeList(attrName,
attrLoc
,
[
all
...]
/external/clang/lib/Parse/
ParseDeclCXX.cpp
[
all
...]
Completed in 295 milliseconds