OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInPreambleFileID
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h
566
bool
isInPreambleFileID
(SourceLocation Loc) const;
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
2528
bool ASTUnit::
isInPreambleFileID
(SourceLocation Loc) const {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
419
if (AU->
isInPreambleFileID
(B)) {
8852
else if (isMainFile && (astUnit->
isInPreambleFileID
(i->getBegin()) ||
8853
astUnit->
isInPreambleFileID
(i->getEnd())))
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026