OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIfLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
Stmt.h
887
void
setIfLoc
(SourceLocation L) { IfLoc = L; }
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
191
S->
setIfLoc
(ReadSourceLocation(Record, Idx));
[
all
...]
Completed in 107 milliseconds