OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMacroID
(Results
1 - 25
of
67
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/AST/
DataCollection.cpp
39
while (Loc.
isMacroID
()) {
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Extract/
SourceExtraction.cpp
62
return !Loc1.
isMacroID
() && !Loc2.
isMacroID
() &&
/src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp
229
if (loc.
isMacroID
())
235
if (loc.
isMacroID
())
259
if (loc.
isMacroID
())
265
if (loc.
isMacroID
())
303
if (range.getBegin().
isMacroID
() || range.getEnd().
isMacroID
())
/src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp
132
if (UnexpandedLoc.isValid() && UnexpandedLoc.
isMacroID
()) {
269
if (!Loc.
isMacroID
())
319
while (Loc.
isMacroID
()) {
377
while (Begin.
isMacroID
() && BeginFileID != EndFileID) {
385
while (End.
isMacroID
() && !BeginLocsMap.count(EndFileID)) {
391
if (End.
isMacroID
()) {
492
assert(Loc.
isMacroID
() && "Must be a macro expansion!");
543
while (L.
isMacroID
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp
24
if (S->getBeginLoc().
isMacroID
())
27
if (S->getEndLoc().
isMacroID
())
CheckerContext.cpp
93
if (Loc.
isMacroID
())
BugReporterVisitors.cpp
273
if (!Loc.
isMacroID
())
839
if (!BugLoc.
isMacroID
() || getMacroName(BugLoc, BRC) != MacroName)
1771
if (!CurStmt->getBeginLoc().
isMacroID
())
1784
if (TerminatorLoc.
isMacroID
()) {
1788
if (!BugLoc.
isMacroID
() ||
2462
if (BeginLoc.
isMacroID
() && EndLoc.
isMacroID
()) {
2876
while (Loc.
isMacroID
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp
86
if (CE->getBeginLoc().
isMacroID
()) {
ConversionChecker.cpp
64
if (Cast->getExprLoc().
isMacroID
())
UnreachableCodeChecker.cpp
152
if (S->getBeginLoc().
isMacroID
())
IdenticalExprChecker.cpp
328
if ((Expr1->getExprLoc().
isMacroID
()) || (Expr2->getExprLoc().
isMacroID
()))
NumberObjectConversionChecker.cpp
80
if (Loc.
isMacroID
()) {
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp
59
if (Range.getBegin().
isMacroID
() || Range.getEnd().
isMacroID
())
181
else if (EntityLast.
isMacroID
()) {
RangeSelector.cpp
67
if (Start.isInvalid() || Start.
isMacroID
())
71
if (BeforeStart.isInvalid() || BeforeStart.
isMacroID
())
85
if (L.isInvalid() || L.
isMacroID
())
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp
135
assert(Loc.
isMacroID
());
137
if (SpellLoc.
isMacroID
())
188
if (Loc.
isMacroID
()) {
283
if (Loc.
isMacroID
()) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
MacroExpansionContext.cpp
101
if (MacroExpansionLoc.
isMacroID
())
119
if (MacroExpansionLoc.
isMacroID
())
ReachableCode.cpp
139
assert(Loc.
isMacroID
());
144
} while (Loc.
isMacroID
());
157
if (L.
isMacroID
()) {
204
if (!PE->getBeginLoc().
isMacroID
())
512
if (S->getBeginLoc().
isMacroID
()) {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.cpp
134
if (loc.
isMacroID
()) {
383
if (atLoc.
isMacroID
())
464
if (atLoc.
isMacroID
())
TransGCAttrs.cpp
97
if (Loc.
isMacroID
())
284
if (Loc.
isMacroID
())
TransUnbridgedCasts.cpp
283
assert(Loc.
isMacroID
());
337
if (CastLoc.
isMacroID
()) {
TransEmptyStatementsAndDealloc.cpp
38
if (SemiLoc.isInvalid() || SemiLoc.
isMacroID
())
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
ASTSelection.cpp
87
if (DeclRange.getBegin().
isMacroID
() && !DeclRange.getEnd().
isMacroID
())
/src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp
787
if (Loc.
isMacroID
()) {
807
assert(loc.isValid() && loc.
isMacroID
() && "Expected a valid macro loc");
829
assert(loc.isValid() && loc.
isMacroID
() && "Expected a valid macro loc");
889
if (Begin.
isMacroID
() && End.isFileID()) {
896
if (Begin.isFileID() && End.
isMacroID
()) {
906
assert(Begin.
isMacroID
() && End.
isMacroID
());
981
assert(Loc.
isMacroID
() && "Only reasonable to call this on macros");
1027
assert(Loc.
isMacroID
() && "Only reasonable to call this on macros");
1076
if (Loc.isInvalid() || Loc.
isMacroID
())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CoverageMappingGen.cpp
235
if (Loc.
isMacroID
())
242
if (Loc.
isMacroID
())
250
return Loc.
isMacroID
() ? SM.getImmediateExpansionRange(Loc).getBegin()
878
if (AfterLoc.
isMacroID
()) {
912
if (AfterLoc.
isMacroID
() || BeforeLoc.
isMacroID
())
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp
1026
assert(Loc.
isMacroID
() && "Not a macro expansion loc!");
1059
if (!Loc.
isMacroID
()) return false;
1071
if (!Loc.
isMacroID
()) return false;
1080
assert(Loc.isValid() && Loc.
isMacroID
() && "Expected a valid macro loc");
1115
assert(Loc.isValid() && Loc.
isMacroID
() && "Expected a valid macro loc");
Completed in 69 milliseconds
1
2
3
Indexes created Wed Aug 05 00:25:39 UTC 2026