OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASLoc
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
DeclCXX.h
108
SourceLocation
ASLoc
, SourceLocation ColonLoc)
109
: Decl(AccessSpec, DC,
ASLoc
), ColonLoc(ColonLoc) {
118
void setAccessSpecifierLoc(SourceLocation
ASLoc
) { setLocation(
ASLoc
); }
130
DeclContext *DC, SourceLocation
ASLoc
,
132
return new (C) AccessSpecDecl(AS, DC,
ASLoc
, ColonLoc);
[
all
...]
/external/clang/lib/Parse/
ParseDeclCXX.cpp
[
all
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 252 milliseconds