OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextBegin
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
CommentParser.cpp
708
SourceLocation
TextBegin
;
713
TextBegin
= Tok.getLocation();
716
TextBegin
= NameTok.getEndLocation();
722
TextBegin
,
/external/clang/include/clang/AST/
Comment.h
952
SourceLocation
TextBegin
;
958
SourceLocation
TextBegin
,
965
TextBegin
(
TextBegin
)
981
return SourceRange(
TextBegin
, getLocEnd());
Completed in 54 milliseconds