Home
last modified time | relevance | path

Searched refs:ExprStartLoc (Results 1 – 19 of 19) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DInlayHints.cpp208 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment() local
209 auto Decomposed = SM.getDecomposedLoc(ExprStartLoc); in isPrecededByParamNameComment()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DInlayHints.cpp208 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment() local
209 auto Decomposed = SM.getDecomposedLoc(ExprStartLoc); in isPrecededByParamNameComment()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp208 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment() local
209 auto Decomposed = SM.getDecomposedLoc(ExprStartLoc); in isPrecededByParamNameComment()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DInlayHints.cpp208 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment() local
209 auto Decomposed = SM.getDecomposedLoc(ExprStartLoc); in isPrecededByParamNameComment()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DInlayHints.cpp213 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment() local
214 auto Decomposed = SM.getDecomposedLoc(ExprStartLoc); in isPrecededByParamNameComment()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp844 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
847 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
859 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp864 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
867 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
879 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp864 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
867 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
879 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Lex/
H A DPPExpressions.cpp864 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
867 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
879 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp844 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
847 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
859 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Lex/
H A DPPExpressions.cpp844 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
847 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
859 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Lex/
H A DPPExpressions.cpp864 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
867 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
879 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp864 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
867 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
879 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Lex/
H A DPPExpressions.cpp874 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
877 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
889 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp872 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
875 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
887 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp872 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
875 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
887 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp872 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
875 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
887 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Lex/
H A DPPExpressions.cpp872 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
875 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
887 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Lex/
H A DPPExpressions.cpp872 SourceLocation ExprStartLoc = SourceMgr.getExpansionLoc(Tok.getLocation()); in EvaluateDirectiveExpression() local
875 SourceRange ConditionRange = ExprStartLoc; in EvaluateDirectiveExpression()
887 {ExprStartLoc, ConditionRange.getEnd()}}; in EvaluateDirectiveExpression()