OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProgramPointTag
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ProgramPoint.cpp
20
ProgramPointTag
::~
ProgramPointTag
() {}
24
const
ProgramPointTag
*tag){
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ProgramPoint.h
39
class
ProgramPointTag
{
41
ProgramPointTag
(void *tagKind = nullptr) : TagKind(tagKind) {}
42
virtual ~
ProgramPointTag
();
52
class SimpleProgramPointTag : public
ProgramPointTag
{
97
llvm::PointerIntPair<const
ProgramPointTag
*, 2, unsigned> Tag;
104
const
ProgramPointTag
*tag = nullptr)
118
const
ProgramPointTag
*tag = nullptr)
132
ProgramPoint withTag(const
ProgramPointTag
*tag) const {
177
const
ProgramPointTag
*getTag() const { return Tag.getPointer(); }
222
const
ProgramPointTag
*tag)
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026