OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InnerLocStart
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Decl.h
595
///
InnerLocStart
- The start of the source range for this declaration,
597
SourceLocation
InnerLocStart
;
607
: ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo),
InnerLocStart
(StartL) {
625
SourceLocation getInnerLocStart() const { return
InnerLocStart
; }
626
void setInnerLocStart(SourceLocation L) {
InnerLocStart
= L; }
[
all
...]
/external/clang/lib/AST/
ASTImporter.cpp
[
all
...]
Completed in 158 milliseconds