Home
last modified time | relevance | path

Searched refs:getTokenLocation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp42 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse()
52 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse()
61 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse()
75 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse()
84 SourceLocation ElementLoc = getTokenLocation(CurToken); in parse()
297 SourceLocation ElementLoc = getTokenLocation(CurToken); in parseDescriptorTable()
1250 CurToken.NumSpelling, getTokenLocation(CurToken), PP.getSourceManager(), in handleUIntLiteral()
1272 CurToken.NumSpelling, getTokenLocation(CurToken), PP.getSourceManager(), in handleIntLiteral()
1308 CurToken.NumSpelling, getTokenLocation(CurToken), PP.getSourceManager(), in handleFloatLiteral()
1447 SourceLocation RootSignatureParser::getTokenLocation(RootSignatureToken Tok) { in getTokenLocation() function in clang::hlsl::RootSignatureParser
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h220 SourceLocation getTokenLocation(RootSignatureToken Tok);
224 return getDiags().Report(getTokenLocation(CurToken), DiagID); in reportDiag()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1323 Record.AddSourceLocation(E->getTokenLocation()); in VisitGNUNullExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4865 SourceLocation getTokenLocation() const { return TokenLoc; } in getTokenLocation() function