OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSourceLocation
(Results
1 - 11
of
11
) sorted by null
/external/clang/include/clang/Lex/
PTHLexer.h
95
///
getSourceLocation
- Return a source location for the token in
97
SourceLocation
getSourceLocation
();
Lexer.h
193
///
getSourceLocation
- Return a source location identifier for the specified
195
SourceLocation
getSourceLocation
(const char *Loc, unsigned TokLen = 1) const;
197
///
getSourceLocation
- Return a source location for the next character in
199
SourceLocation
getSourceLocation
() { return
getSourceLocation
(BufferPtr); }
345
Result.setLocation(
getSourceLocation
(BufferPtr, TokLen));
PreprocessorLexer.h
84
///
getSourceLocation
- Return the source location for the next observable
86
virtual SourceLocation
getSourceLocation
() = 0;
/external/clang/lib/Lex/
PPLexerChange.cpp
213
SourceMgr.getFileCharacteristic(CurPPLexer->
getSourceLocation
());
214
Callbacks->FileChanged(CurPPLexer->
getSourceLocation
(),
PPDirectives.cpp
350
const SourceLocation ConditionalBegin = CurPPLexer->
getSourceLocation
();
365
const SourceLocation ConditionalEnd = CurPPLexer->
getSourceLocation
();
797
Callbacks->FileChanged(CurPPLexer->
getSourceLocation
(),
[
all
...]
Lexer.cpp
[
all
...]
PTHLexer.cpp
292
SourceLocation PTHLexer::
getSourceLocation
() {
293
//
getSourceLocation
is not on the hot path. It is used to get the location
/external/clang/lib/AST/
DeclCXX.cpp
[
all
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclCXX.h
[
all
...]
Completed in 97 milliseconds